home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Windows Scan / 32-bit_x86 / Russian / cpsimage.cab / data / docioAttributes.txt < prev    next >
Text File  |  2009-03-16  |  8KB  |  101 lines

  1.  
  2. // Document Attribute Tags
  3. The following named values are used by the DOCUMENTWRITER. They are hints that 
  4. control features of one or more formats supported by the DOCUMENTWRITER. As 
  5. hints, they may not be recognized by all formats or other classes of XIPS.
  6.  
  7. // EXAMPLE
  8. ...
  9. DOCUMENTWRITER dw = CreateDocumentWriter (filename: "myfile", format:"pdf");
  10. dw.setAttr (name:"_DIOcreator", obj:"Me");
  11. dw.setAttr (name:"_PDFmediabox", obj: (0,0,612,792) );
  12. ...
  13.  
  14.  
  15. // DOCUMENTWRITER Attributes
  16. _DIObinarycomp:INTEGER         Use one of the XIPCompression values to set the default compression for binary data.
  17. _DIOcontonecomp:INTEGER        Same as _DIObinarycomp but used for contone data.
  18. _DIOcreator:STRING             Provide the /Creator string to be placed in the PDF output.
  19. _DIOjb2type:INTEGER            Use 1 for huffman. Use 0 for arithmetic. Corresponds to JBIG2 "Profile" types 1 or
  20.                                3 for Huffman or Arithmetic coding.
  21. _DIOjb2lossless:BOOLEAN        If true, jbig2 is set to lossless tokenization.
  22. _DIOjpegqual:INTEGER           Parameter to quantify jpeg compression quality setting.
  23. _DIOnoPageNumFilename:BOOLEAN  Document writer will not append page numbers if TRUE to the filename
  24.                                for single page formats (e.g. jpeg)
  25. _DIOTmpLocation:STRING         Description to be filled in
  26.  
  27. _PDFarchive:BOOLEAN            Setting for PDF/A, archive format
  28. _PDFcenter:BOOLEAN             The center of the image becomes the center of the page
  29. _PDFdeflateText:BOOLEAN        Deflate compression applied to text in output file
  30. _PDFlinearized:BOOLEAN         Output PDF will be linearized
  31. _PDFmediabox:LIST              Media box (x,y,w,h), in point units, ex., (0,0,612,792) will give an 8.5x11 inch page
  32. _PDFmetadata:STRING            Specify a STRING of valid, pre-formatted, XML
  33.                                meta-data that is to be embedded in the PDF file.
  34. _PDFpasswd:STRING              Set user password for output PDF doc. This results in encrypted PDF output.
  35. _PDFmasterpasswd:STRING        Set master password for output PDF doc.  This results in encrypted PDF output.
  36. _PDFrestrict:LIST              Set restrictions on encrypted PDF file  (requires _PDFmasterpassword to be set also). 
  37.                                The list contains comma separated list of STRINGS that define desired access
  38.                                restrictions. Access restrictions are enforced by PDF reader  (i.e., Adobe Reader,
  39.                                KPDF, etc.).  The restrictions choices consist of one or more of the following:
  40.  
  41.                                "noprint"       Acrobat will prevent printing the file.
  42.                                "nomodify"      Acrobat will prevent users from adding form fields or making
  43.                                                any other changes.
  44.                                "nocopy"        Acrobat will prevent copying and extracting text or graphics,
  45.                                                and will disable the accessibility interface.
  46.                                "noannots"      Acrobat will prevent adding or changing comments or form fields.
  47.                                "noforms"       (PDF 1.4) Acrobat will prevent form field filling, even if
  48.                                                noannots has not been specified.
  49.                                "noaccessible"  (PDF 1.4) Acrobat will prevent extracting text or graphics
  50.                                                for accessibility purposes (such as a screenreader program).
  51.                                "noassemble"    (PDF 1.4) Acrobat will prevent inserting, deleting, or rotating
  52.                                                pages and creating bookmarks and thumbnails, even if nomodify
  53.                                                has not been specified.
  54.                                "nohiresprint"  (PDF 1.4) Acrobat will prevent high-resolution printing. If
  55.                                                noprint has not been specified printing is restricted to the
  56.                                                ╗print as image½ feature which prints a low-resolution
  57.                                                rendition of the page.
  58.                                "plainmetadata" (PDF 1.5) Keep document metadata unencrypted even for encrypted
  59.                                                documents. This relates only to XMP metadata, but not to document
  60.                                                info fields.
  61.  
  62. _XPScreator:STRING             Sets the creator script in the XPS container: default is "Xerox Image Path Service"
  63. _XPSisJPEGXR:INTEGER           Set to 1 if JPEG XR format is desired: default is jpg
  64. _XPSisTIFF:INTEGER             Set to 1 if TIFF format is desired: default is png
  65. _XPSkeyword:STRING             A tag (word) that can be used for classification of an XPS file. One can search for
  66.                                all documents that are in a particular category using a keyword value. A XPS document
  67.                                can have none, one, or more keywords.
  68. _XPSpageHeight:DOUBLE          Set the desired page height, see _XPSunit for type
  69. _XPSpageWidth:DOUBLE           Set the desired page width, see _XPSunit for type
  70. _XPSsecurity:INTEGER           Keeps tmp files when security is set to 1
  71. _XPStitle:STRING               Sets internal title string for the XPS container, no default
  72. _XPSunit:INTEGER               Page unit, 1=inches, 2=mm
  73. _XPScoalesce:BOOLEAN           If the XIPIMAGE has OCR data it will attempt to coalesce words into line groups.
  74.                                This enables the XPS reader to capture connected words.
  75. _XPSinterleaveOrder:STRING     Specifies packaging order for major parts of an XPS package. Valid values are
  76.                                "XpsNoInterleavingStrategy" and "XpsResourcesLastStrategy". Default is
  77.                                XpsNoInterleavingStrategy.
  78. _XPScertFile:STRING            Set X509 certificate filename to use to digitally sign XPS package.
  79.                                File format must be pkcs12.
  80. _XPScertPassword:STRING        Optional password for X509 certificate file.
  81.  
  82.  
  83. // XIPIMAGE Attributes
  84. _DIOWorldCoords:BOOLEAN        Indicates the coordinate system in which the XIPIMAGE is defined.
  85.                                If TRUE, the XIPIMAGE is defined in world coordinates; otherwise it is defined
  86.                                in screen coordinates.
  87. _PDFrotate:INTEGER             Indicates that the XIPIMAGE should be written to a PDF file with the /Rotate in
  88.                                the page dictionary. Valid values are 90, 180, 270. When reading a page from a PDF
  89.                                file, DOCUMENTREADER will set this value on the XIPIMAGE when /Rotate operation is
  90.                                found in the page dictionary. The page transformation procedure will also apply 
  91.                                this attribute when transforming a page for document writing.
  92. _PDFdoBookmark:BOOLEAN         Add a PDF bookmark for this page
  93.  
  94.  
  95. // XIPLAYER Attributes
  96. _DIOMatrixTransform:LIST       Indicates that this layer has a graphics transformation associated with it. The
  97.                                LIST shall contain six DOUBLE precision values that define the affine transformation
  98.                                to render the layer in device space. The six DOUBLE precision values are specified
  99.                                in pixel units. The appropriate affine transformation (affine2d) should be derived
  100.                                using these six values and the resolution of the device space.
  101.